home *** CD-ROM | disk | FTP | other *** search
/ CD Action 72 - Disc 2 / cdaction-72-2.iso / #dema / tux racer / tuxracer-win32-0.61a.exe / tuxracer-win32-0.61a / courses / contrib / downhill_fear / course.tcl next >
Text File  |  2000-10-04  |  708b  |  16 lines

  1. #
  2. # Course configuration
  3. #
  4. tux_course_name "The Downhill Fear"
  5. tux_course_author "Julien Canet <jools@free.fr>"
  6. tux_course_dim 60 1800        ;# width, length of course in m
  7. tux_start_pt 30 3.5           ;# start position, measured from left rear corner
  8. tux_angle 23                   ;# angle of course
  9. tux_elev_scale 7.0             ;# amount by which to scale elevation data
  10. tux_base_height_value 202      ;# greyscale value corresponding to height
  11.                                ;#     offset of 0 (integer from 0 - 255)
  12. tux_elev elev.rgb              ;# bitmap specifying course elevations
  13. tux_terrain terrain.rgb        ;# bitmap specifying terrains type
  14.  
  15. tux_course_init
  16.